Clip Image inside div
am 11.06.2007 03:08:05 von MarkusJNZHi, I have a DIV in my webpage called largeImage declared as such
When someone does a mouseover on a thumbnail I am showing the big
image using the following code
function showImage(imageName)
{
document.getElementById('largeImage').innerHTML = ' >';
}
My problem is that sometimes the large image can be bigger then the
original DIV so I want to cut off the excess so to speak so that the
large image is not bigger than the original div.
Any help appreciated
Thanks in advance
Markus